* s~\t+$~~
[lhc/web/wiklou.git] / maintenance / mcc.php
index 1f7b3b6..93b6ec1 100755 (executable)
@@ -77,7 +77,7 @@ do {
 
        $line = readconsole( '> ' );
        if ($line === false) exit;
-       
+
        $args = explode( ' ', $line );
        $command = array_shift( $args );